Uses of Class
negotiator.boaframework.OutcomeSpace

Packages that use OutcomeSpace
negotiator.boaframework   
negotiator.boaframework.agent   
 

Uses of OutcomeSpace in negotiator.boaframework
 

Subclasses of OutcomeSpace in negotiator.boaframework
 class SortedOutcomeSpace
          This class is an OutcomeSpace but with a sorted list of BidDetails based on the utility Methods have been optimized to work with a sorted list.
 

Fields in negotiator.boaframework declared as OutcomeSpace
protected  OutcomeSpace NegotiationSession.outcomeSpace
          Optional outcomespace which should be set manually.
 

Methods in negotiator.boaframework that return OutcomeSpace
 OutcomeSpace NegotiationSession.getOutcomeSpace()
          Returns the space of possible outcomes in the domain.
 

Methods in negotiator.boaframework with parameters of type OutcomeSpace
 BidDetails OMStrategy.getBid(OutcomeSpace space, Range range)
          Returns a bid selected using the opponent model with a utility in the given range.
 void NegotiationSession.setOutcomeSpace(OutcomeSpace outcomeSpace)
          Method used to set the outcomespace.
 

Constructors in negotiator.boaframework with parameters of type OutcomeSpace
NegotiationSession(SessionData sessionData, UtilitySpace utilitySpace, Timeline timeline, OutcomeSpace outcomeSpace)
          Create a negotiation session which is used to keep track of the negotiation state.
 

Uses of OutcomeSpace in negotiator.boaframework.agent
 

Fields in negotiator.boaframework.agent declared as OutcomeSpace
protected  OutcomeSpace BOAagent.outcomeSpace
          space of possible bids